home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 October
/
EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso
/
Aminet
/
gfx
/
fract
/
fu1_61.lha
/
Formulas
/
Trigonomical1.Form
< prev
next >
Wrap
Text File
|
1994-05-12
|
173b
|
27 lines
Trigonomical1
{
{
mirrorx
x1=-6.0
x2= 0.5
y1=-6.15
y2= 6.15
}
{
t=pixel
z=pixel
}
{
z=t
t=sin(z)
t=cos(t)
t=tan(t)
z=z+t
}
{
z>t
}
{
}
}